StvDEV

 GDK

  Components

  Drawing

  Editor

  Browser

  Inspector

  CaptionedBoolPropertyDrawer

  DisableOnRuntimePropertyDrawer

  EnumPropertyDrawer

  CreatePropertyGUI(SerializedProperty)

  OnGUI(Rect, SerializedProperty, GUIContent)

  MinMaxRangePropertyDrawer

  ReadOnlyPropertyDrawer

  ShowIfPropertyDrawer

  Extensions

  Inspector

  Patterns

  TMP

  Types

  Vibration

class EnumPropertyDrawer

Draws the int value as a drop-down list with captions for the fields marked EnumAttribute attribute.
VisibilityPublic
ExtendsPropertyDrawer

Public methods

VisualElement CreatePropertyGUI(SerializedProperty property)Draw gui using UIToolkit.
void OnGUI(Rect position, SerializedProperty property, GUIContent label)Ons the gui using the specified position.